home *** CD-ROM | disk | FTP | other *** search
/ Champak 45 / Vol 45.iso / games / escape.swf / scripts / DefineButton2_277 / BUTTONCONDACTION on(keyPress Space).as next >
Encoding:
Text File  |  2005-08-23  |  86 b   |  5 lines

  1. on(keyPress "<Space>"){
  2.    _root.mysound.stop();
  3.    _root.gotoAndPlay("start");
  4. }
  5.